home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TUNEIN01.DIR / 00296_Script_296 < prev    next >
Text File  |  1995-06-01  |  284b  |  10 lines

  1. on exitFrame
  2.   set the cursor of sprite 5 to -1
  3.   set the cursor of sprite 9 to -1
  4.   if the width of sprite 28 < 150 then
  5.     repeat while the width of sprite 28 < 151
  6.       set the width of sprite 28 = the width of sprite 28 + 2
  7.       updatestage
  8.     end repeat
  9.   end if
  10. end